home *** CD-ROM | disk | FTP | other *** search
- temp_name = this._name;
- temp_name2 = String(temp_name);
- if(temp_name2.length == 3)
- {
- tempshort = temp_name2.slice(2,3);
- temp_name3 = "0" + tempshort;
- }
- else
- {
- temp_name3 = temp_name2.slice(temp_name.length - 2,temp_name.length + 2);
- }
- button_text = temp_name3;
- if(_root.txtcurrent == button_text)
- {
- gotoAndStop("current");
- }
- if(_root.txtcurrent == 1)
- {
- _root.mc1.gotoAndStop("current");
- }
- else
- {
- _root.mc1.gotoAndStop("active");
- }
- if(Number(button_text) > _root.furthest_point && _root.sco_status != "c")
- {
- gotoAndStop("inactive");
- }
- stop();
-